void map_point(float u, float v, vector &point)
Parameter | Type | Description |
---|---|---|
u | float | point co-ordinate in the u axis |
v | float | point co-ordinate in the v axis |
point | vector & | point mapped in world space |
None
This function maps a point from the light_map (u,v) into world co-ordinate.